home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / aa_m68k_Only / NXLogo / NXLogoLibrary / help / px < prev    next >
Encoding:
Text File  |  1992-07-09  |  522 b   |  9 lines

  1. penreverse --Command, no inputs.  Abbreviation: px
  2.      This command tells the display turtle to lower  its  "reversing  pen";
  3.      thereafter,  when  the turtle moves, it turns on any points which were
  4.      off, and turns off any points which were on.  The commands penup, pen-
  5.      down,  penerase,  and penreverse are mutually exclusive; whichever was
  6.      most recently used is  the  one  which  affects  the  turtle.   (Note:
  7.      Graphics  terminals which cannot penreverse will treat this command as
  8.      pendown.)
  9.